-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Fix infrastructure deployment and assertions in end-to-end tests. #1816
Conversation
|
💾 Artifacts Size Report
|
Tested pass when running in my personal AWS account from my local computer.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR.
A couple notes:
- could you explain what this means in practice? "Fixes infrastructure deployment by disabling bootstrap version checks in CFN template synthesized from CDK"
- for other Powertools for AWS versions we usually consider bugs (and thus use
fix
) when something is related to runtime behavior in AWS Lambda. This also helps inform the semver during releases.
Thanks for your comment @dreamorosi.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for clarifying and updating the PR title.
Hopefully we can also fix/remove the failing checks in PRs in the future.
Issue #, if available: #1815
Description of changes:
This PR restores the functionality of the existing end-to-end tests.
Checklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.